Worldwide Summary

Row

confirmed

17,591,968

active

6,581,571 (37.4%)

recovered

10,330,958 (58.7%)

death

679,439 (3.9%)

Row

New Confirmed Cases

286,051

New Recovered

198,376 (96.9%)

New Deaths

6,266 (3.1%)

Row

Worldwide Cumulative Cases

Worldwide New Cases and Deaths

Row

Notes

The data presented here is for worldwide reported cases of COVID-19, the disease related to the SARS-CoV-2 virus.

The ratio of “New Recovered Cases” and “New Deaths” is just for the latest day of available data. This is for cases that had a resolution that day. The actual death rate for that day will be lower, likely much lower, as the number of true New Recovered Cases is incomplete. It is incomplete because there is likely an order of magnitude (or two) higher number of cases that were never confirmed or reported. [It is even possible that some percentage of the population contacted COVID-19 and recovered without ever knowing they did.] Therefore, the true number of New Recovered Cases cases will be higher (maybe much higher) than reported.

This dashboard uses the “coronavirus” package for R developed by Rami Krispin, which facilitates the download of data related to COVID-19. The dataset begins Jan 22, 2020 and continues until the last day of complete data. Data includes Country, Lat/Long, Date, and type of case. Case has three types of entries: confirmed, recovered, or death. “case” data is new data for each day, e.g. number of “confirmed” are newly confirmed cases, not cumulative.
Go here for details of the package and data sources: https://ramikrispin.github.io/coronavirus/index.html

The data seems very close, but slightly different from the data at these two locations:
https://www.worldometers.info/coronavirus/
https://coronavirus.jhu.edu/map.html

United States Summary

Row

confirmed

4,562,038

active

2,970,564 (65.1%)

recovered

1,438,160 (31.5%)

death

153,314 (3.4%)

Row

New Confirmed Cases

67,023

New Recovered

24,005 (95%)

New Deaths

1,259 (5%)

Row

United States Cumulative Cases

United States New Cases and Deaths

Row

Notes

The data presented here is for United States reported cases of COVID-19, the disease related to the SARS-CoV-2 virus.

The ratio of “New Recovered Cases” and “New Deaths” is just for the latest day of available data. This is for cases that had a resolution that day. The actual death rate for that day will be lower, likely much lower, as the true number of New Recovered Cases is incomplete. It is incomplete because there is likely an order of magnitude (or two) higher number of cases that were never confirmed or reported. [It is even possible that some percentage of the population contacted COVID-19 and recovered without ever knowing they did.] Therefore, the true number of New Recovered Cases cases will be higher (maybe much higher) than reported.

This dashboard uses the “coronavirus” package for R developed by Rami Krispin, which facilitates the download of data related to COVID-19. The dataset begins Jan 22, 2020 and continues until the last day of complete data. Data includes Country, Lat/Long, Date, and type of case. Case has three types of entries: confirmed, recovered, or death. “case” data is new data for each day, e.g. number of “confirmed” are newly confirmed cases, not cumulative.
Go here for details of the package and data sources: https://ramikrispin.github.io/coronavirus/index.html

The data seems very close, but slightly different from the data at these two locations:
https://www.worldometers.info/coronavirus/
https://coronavirus.jhu.edu/map.html

A Model

Row

One Model As An Exercise

What this is not:
This is NOT an attempt to state that the model analyzed here is a model suitable for modeling the cases of the COVID-19 disease for all eternity. It isn’t.

What this is:
In fact, this is just an exercise/project to see if I could develop a model similar to one I read about. And to see if the model I read about would be useful for the timeframe stated in the article.
I read about the model shown on this page here: https://www.insidermonkey.com/blog/hell-is-coming-here-is-the-mathematical-proof-822824/
I was interested in seeing if I could model it as described.

This article postulates that data fairly early on from South Korea and the Princess Diamond cruise ship is robust enough to predict that:
1) the number of COVID-19 cases is much, much higher than reported (primarily because many people contact it and don’t show symptons),
2) early on case transmission rate was very high before social distancing measures were introduced leading to a case doubling rate every of three days,
3) the death rate is much lower than expected,
4) the average number of days until full resolution of each case (either with a recovery or a death) is about 23 days.
This article estimates that the death rate is between 0.5% and 1.0%. They use 0.8% in their calcuations.

Row

Actual New Deaths vs. Predicted New Deaths for Doubling Every 3 Days

Notes

The article was written on March 20th and seemed to include data for US deaths up to March 19th.
Here is how the model seemed to work as described in the article:
- Each death is a result from 0.8% deaths from cases 23 days prior. In other words, for each death on day X, there were 125 [1/0.008] new cases 23 days PRIOR. This model does not use reported confirmed cases. - The first reported death in the U.S. was Feb 29th. Therefore, the model states that 125 new COVID-19 cases actually happened on Feb 6th.
- Actual deaths and predicted deaths mirror each other up to March 19th. That is because predicted cases going back 23 days prior to March 19 and calculated from actual deaths, therefore predicted deaths lead to actual deaths (to that date).
- Remember that the number of cases can actually be computed from deaths for 23 days prior to March 19th <- February 25th. Starting February 26th, new cases are calculated using author’s rate, which is predicted to be doubling every 3 days. Therefore, starting on February 26th, the number of new cases doubles every 3 days.
- Back to deaths… From March 20th to current date, the number of new deaths is still modeled to be 0.8% of the number of new cases 23 days prior.

Review of graph:
- The model seems to be an ok approximation for the first 10-12 days or so since March 19th.
- The number of actual new deaths jumps around quite a bit. There are three sets of back to back days in late March and early April where the number of new deaths actually dips.
- Toward the end of this portion of the model, the modeled number of new deaths is clearly outstipping actual deaths.

Row

Cumulative Deaths - Actual vs. Model Prediction

Notes

Review of graph:
- The model seems to lag actual deaths at first and then increases quickly in the later dates. Actual deaths may have been doubling early on, but (at the end of this graph) are probably doubling every 4 to 5 days by April 4th, which likely means that the number of new cases may have been doubling every 3 days early on, but the doubling rate probably slowed before March 14th. - The author stated that there would be 12,500 deaths by April 10th. The U.S. is very likely to have greater than 12,500 deaths by April 10th. The author predicted this on March 20th. He will very likely be shown to be correct. [Writing this on April 4th.]

Row

Deaths - Model Prediction - Two Weeks Forward

Notes

This graph shows predicted new and cumulative deaths based on the model for the next two weeks IF the number of new cases continues to double every three days as described in the model.
By April 12th, the U.S. will see >10,000 new deaths a day as modeled.

Virus progression may be modeled early on with an exponential function (as done here), but it cannot maintain an exponential rate indefinitely (obviously). A virus is more likely to look exponential early on and then like a logarithmic function in the later stages.
So when does it change growth rates?
The author does not predict that the number of new cases will double every three days indefinitely. In fact, he or she mentions that some form of social distancing was starting in the U.S. by March 14th. Since then, more and more states have started some form of social distancing at verious levels of agressiveness. The doubling rate will most certainly have been changing between March 14th and today [April 4th]. To every four days, then every five days, etc..

Row

Daily Confirmed Cases vs. Model Prediction

Notes

This is just to show how fast doubling actually grows. It showed confirmed (remember only those tested and positive and not necessarily the true number) number of new cases compared to doubling every three days.
Clearly, although we may have been doubling every three days early on, we aren’t doing that anymore. It would mean that the U.S. added more than 42M new cases yesterday.
And I’m not suggesting that the author stated that the U.S. would still be doubling by April 4th.

Row

Cumulative Confirmed Cases vs. Model Prediction

Notes

This is just to show the power of doubling in another way.
“The greatest shortcoming of the human race is our inability to understand the exponential function.” - Albert Bartlett
Check this out: https://www.youtube.com/watch?v=e_VpyoAXpA8
If you don’t have time, this one is only a few minutes long:
https://youtu.be/ijf7UxI7EFE

Row

US Raw Data

Row

Data

Modeling Data

Row

Data For/From Model